method WritableIterable.prototype.[Symbol.asyncIterator]
WritableIterable.prototype.[Symbol.asyncIterator](): AsyncIterator<T>

It is an AsyncIterable<T>.

Return Type

AsyncIterator<T>

Usage

import { WritableIterable } from ".";